[GET] ~/criteria/modelgroups?manufacturers[0]={manufacturers[0]}&manufacturers[1]={manufacturers[1]}

Returns a list of model groups available for the specified .

Request Information

URI Parameters

NameDescriptionType
manufacturers

The manufacturers.

Collection of string

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

An enumerator that allows foreach to be used to process the models in this collection.

An instance of: Collection of ValueLabelPairs
NameDescriptionType
Value

Identifying value of this element, to be used in searches.

string

Label

A human readable label of this element.

string

Items

The list of elements, which a group within this element.

Collection of ActivatableValueLabelPair

Response Formats

application/json, text/json

Sample:
[
  {
    "value": "sample string 1",
    "label": "sample string 2",
    "items": [
      {
        "isActive": true,
        "value": "sample string 1",
        "label": "sample string 2",
        "isRetired": true
      },
      {
        "isActive": true,
        "value": "sample string 1",
        "label": "sample string 2",
        "isRetired": true
      }
    ]
  },
  {
    "value": "sample string 1",
    "label": "sample string 2",
    "items": [
      {
        "isActive": true,
        "value": "sample string 1",
        "label": "sample string 2",
        "isRetired": true
      },
      {
        "isActive": true,
        "value": "sample string 1",
        "label": "sample string 2",
        "isRetired": true
      }
    ]
  }
]